home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 22 / PCPP #22.iso / Quake2 / q2source_12_11 / baseq2 / scripts / env.qdt < prev    next >
Encoding:
Text File  |  1997-11-25  |  571 b   |  22 lines

  1. ; all this does is make the first conversion to 256 colors and
  2. ; let the pak file know about the skies
  3.  
  4. ; load the palette to be used for the environment maps
  5. $load baseq2/gfx/gamepal.lbm
  6. $colormap
  7.  
  8. ; environment maps
  9. ; the source tga files are in gfx/env/<token>
  10. ; the tgas will be copied, and 256 color pcx files
  11. ; will be generated in env/<token>
  12. $environment unit1_
  13. $environment unit2_
  14. $environment unit3_
  15. $environment unit4_
  16. $environment unit5_
  17. $environment unit6_
  18. $environment unit7_
  19. $environment unit8_
  20. $environment unit9_
  21. $environment space1
  22.